Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DelegateList<T> Class / C1DelegateList<T> Constructor / C1DelegateList<T> Constructor(IReadOnlyList<T>)
The list.

In This Topic
    C1DelegateList<T> Constructor(IReadOnlyList<T>)
    In This Topic
    Initializes a new instance of the C1DelegateList<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As IReadOnlyList(Of T) _
    )
    public C1DelegateList<T>( 
       IReadOnlyList<T> list
    )

    Parameters

    list
    The list.
    See Also